const unicode.pC

67 uses

	unicode (current package)
		graphic.go#L9: 	pC     = 1 << iota // a control character.
		graphic.go#L83: 		return properties[uint8(r)]&pC != 0
		tables.go#L7566: 	0x00: pC,       // '\x00'
		tables.go#L7567: 	0x01: pC,       // '\x01'
		tables.go#L7568: 	0x02: pC,       // '\x02'
		tables.go#L7569: 	0x03: pC,       // '\x03'
		tables.go#L7570: 	0x04: pC,       // '\x04'
		tables.go#L7571: 	0x05: pC,       // '\x05'
		tables.go#L7572: 	0x06: pC,       // '\x06'
		tables.go#L7573: 	0x07: pC,       // '\a'
		tables.go#L7574: 	0x08: pC,       // '\b'
		tables.go#L7575: 	0x09: pC,       // '\t'
		tables.go#L7576: 	0x0A: pC,       // '\n'
		tables.go#L7577: 	0x0B: pC,       // '\v'
		tables.go#L7578: 	0x0C: pC,       // '\f'
		tables.go#L7579: 	0x0D: pC,       // '\r'
		tables.go#L7580: 	0x0E: pC,       // '\x0e'
		tables.go#L7581: 	0x0F: pC,       // '\x0f'
		tables.go#L7582: 	0x10: pC,       // '\x10'
		tables.go#L7583: 	0x11: pC,       // '\x11'
		tables.go#L7584: 	0x12: pC,       // '\x12'
		tables.go#L7585: 	0x13: pC,       // '\x13'
		tables.go#L7586: 	0x14: pC,       // '\x14'
		tables.go#L7587: 	0x15: pC,       // '\x15'
		tables.go#L7588: 	0x16: pC,       // '\x16'
		tables.go#L7589: 	0x17: pC,       // '\x17'
		tables.go#L7590: 	0x18: pC,       // '\x18'
		tables.go#L7591: 	0x19: pC,       // '\x19'
		tables.go#L7592: 	0x1A: pC,       // '\x1a'
		tables.go#L7593: 	0x1B: pC,       // '\x1b'
		tables.go#L7594: 	0x1C: pC,       // '\x1c'
		tables.go#L7595: 	0x1D: pC,       // '\x1d'
		tables.go#L7596: 	0x1E: pC,       // '\x1e'
		tables.go#L7597: 	0x1F: pC,       // '\x1f'
		tables.go#L7693: 	0x7F: pC,       // '\x7f'
		tables.go#L7694: 	0x80: pC,       // '\u0080'
		tables.go#L7695: 	0x81: pC,       // '\u0081'
		tables.go#L7696: 	0x82: pC,       // '\u0082'
		tables.go#L7697: 	0x83: pC,       // '\u0083'
		tables.go#L7698: 	0x84: pC,       // '\u0084'
		tables.go#L7699: 	0x85: pC,       // '\u0085'
		tables.go#L7700: 	0x86: pC,       // '\u0086'
		tables.go#L7701: 	0x87: pC,       // '\u0087'
		tables.go#L7702: 	0x88: pC,       // '\u0088'
		tables.go#L7703: 	0x89: pC,       // '\u0089'
		tables.go#L7704: 	0x8A: pC,       // '\u008a'
		tables.go#L7705: 	0x8B: pC,       // '\u008b'
		tables.go#L7706: 	0x8C: pC,       // '\u008c'
		tables.go#L7707: 	0x8D: pC,       // '\u008d'
		tables.go#L7708: 	0x8E: pC,       // '\u008e'
		tables.go#L7709: 	0x8F: pC,       // '\u008f'
		tables.go#L7710: 	0x90: pC,       // '\u0090'
		tables.go#L7711: 	0x91: pC,       // '\u0091'
		tables.go#L7712: 	0x92: pC,       // '\u0092'
		tables.go#L7713: 	0x93: pC,       // '\u0093'
		tables.go#L7714: 	0x94: pC,       // '\u0094'
		tables.go#L7715: 	0x95: pC,       // '\u0095'
		tables.go#L7716: 	0x96: pC,       // '\u0096'
		tables.go#L7717: 	0x97: pC,       // '\u0097'
		tables.go#L7718: 	0x98: pC,       // '\u0098'
		tables.go#L7719: 	0x99: pC,       // '\u0099'
		tables.go#L7720: 	0x9A: pC,       // '\u009a'
		tables.go#L7721: 	0x9B: pC,       // '\u009b'
		tables.go#L7722: 	0x9C: pC,       // '\u009c'
		tables.go#L7723: 	0x9D: pC,       // '\u009d'
		tables.go#L7724: 	0x9E: pC,       // '\u009e'
		tables.go#L7725: 	0x9F: pC,       // '\u009f'